projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a65960c
)
; * lisp/calc/calc.el (calc): Fix typo.
author
Po Lu
<luangruo@yahoo.com>
Fri, 14 Jul 2023 00:05:21 +0000
(08:05 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Fri, 14 Jul 2023 00:05:21 +0000
(08:05 +0800)
lisp/calc/calc.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc.el
b/lisp/calc/calc.el
index c0e68ceab0cea47cd651cd606db632c5a0b1bd5a..652cb8c1a88141450d75af4f4ef745b2f2131eaf 100644
(file)
--- a/
lisp/calc/calc.el
+++ b/
lisp/calc/calc.el
@@
-1458,7
+1458,7
@@
See `window-dedicated-p' for what that means."
;; selected window is read only, and no on screen keyboard should
;; be displayed. Make sure that any active on screen keyboard is
;; not hidden by accident.
- (let ((touch-screen-display-
buffer
t))
+ (let ((touch-screen-display-
keyboard
t))
(when (get-buffer-window "*Calc Keypad*")
(calc-keypad)
(set-buffer (window-buffer)))